Fix order of diff args in arc-project.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 18 Feb 2013 06:02:38 +0000 (06:02 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 18 Feb 2013 06:02:38 +0000 (06:02 +0000)
gpsbabel/testo.d/arc-project.test

index 902e7a38bbc59580f2a2ef4ca40a9118688542f8..2886ead5fe3d4c5455f8f711a206e4e718121884 100644 (file)
@@ -6,12 +6,12 @@ rm -f ${TMPDIR}/arc-project*
 
 # Test 1: rte & trk options
 gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,rte,exclude,distance=0.1K -x arc,trk,exclude,distance=0.1K -o gpx -F ${TMPDIR}/arc-project1.gpx
-compare ${TMPDIR}/arc-project1.gpx ${REFERENCE}/arc-project1.gpx
+compare ${REFERENCE}/arc-project1.gpx ${TMPDIR}/arc-project1.gpx 
 
 # Test 2: rte, project & points options
 gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,rte,project,points,distance=0.1K -o gpx -F ${TMPDIR}/arc-project2.gpx
-compare ${TMPDIR}/arc-project2.gpx ${REFERENCE}/arc-project2.gpx
+compare ${REFERENCE}/arc-project2.gpx ${TMPDIR}/arc-project2.gpx 
 
 # Test 3: trk & project options
 gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,trk,project,distance=0.1K -o gpx -F ${TMPDIR}/arc-project3.gpx
-compare ${TMPDIR}/arc-project3.gpx ${REFERENCE}/arc-project3.gpx
+compare ${REFERENCE}/arc-project3.gpx ${TMPDIR}/arc-project3.gpx